From a02fffb2f0cba463a97fbdd9d11fc014caedf4fd Mon Sep 17 00:00:00 2001 From: Hilko Bengen Date: Tue, 22 Jan 2019 11:35:22 +0100 Subject: [PATCH] Fix .depend generation for out-of-tree build Gbp-Pq: Name 0014-Fix-.depend-generation-for-out-of-tree-build.patch --- v2v/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2v/Makefile.am b/v2v/Makefile.am index 2312812f..bb0a57f9 100644 --- a/v2v/Makefile.am +++ b/v2v/Makefile.am @@ -700,8 +700,8 @@ v2v_unit_tests_LINK = \ .depend: \ $(srcdir)/*.mli \ $(srcdir)/*.ml \ - config.ml \ - output_rhv_upload_*_source.ml + $(srcdir)/config.ml \ + $(srcdir)/output_rhv_upload_*_source.ml $(top_builddir)/ocaml-dep.sh $^ -include .depend -- 2.30.2